editableColumn
Type
property
Summary
Defines if the user can edit the cells of this column.
Syntax
get the editableColumn[pColumnNumber] of <widget>
set the editableColumn[pColumnNumber] of <widget> to {true | false}
Description
Use the editableColumn property to define whether or not the user can edit the cells in a column.
Value
| Name | Type | Description | 
|---|---|---|
value  | boolean  | the editableColumn of the table  |